From: Nicolas Thill Date: Wed, 24 Sep 2008 05:21:55 +0000 (+0000) Subject: fix libdlna & ushare build on systems where the 'install' command is not at its usual... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=cff7a90096a204321f52eba032eb8389fd1c6df6;p=openwrt%2Fsvn-archive%2Fpackages.git fix libdlna & ushare build on systems where the 'install' command is not at its usual location (on arch linux, thanks to Yanira for reporting) SVN-Revision: 12678 --- diff --git a/libs/libdlna/Makefile b/libs/libdlna/Makefile index 39767b3ff..26beee4a0 100644 --- a/libs/libdlna/Makefile +++ b/libs/libdlna/Makefile @@ -57,6 +57,7 @@ TARGET_CFLAGS += $(FPIC) define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INSTALL="install" \ all install endef diff --git a/multimedia/ushare/Makefile b/multimedia/ushare/Makefile index 6c7c865a7..e651f21f8 100644 --- a/multimedia/ushare/Makefile +++ b/multimedia/ushare/Makefile @@ -55,6 +55,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INSTALL="install" \ all install endef